github.com/jackc/pgx/v5/pgxpool.Conn.res (field)
9 uses
github.com/jackc/pgx/v5/pgxpool (current package)
conn.go#L13: res *puddle.Resource[*connResource]
conn.go#L20: if c.res == nil {
conn.go#L25: res := c.res
conn.go#L26: c.res = nil
conn.go#L72: if c.res == nil {
conn.go#L77: res := c.res
conn.go#L78: c.res = nil
conn.go#L124: return c.res.Value()
pool.go#L43: c.res = res
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)